Contribution org.nuxeo.ecm.platform.content.template.service.ContentTemplateService.defaultContrib--factory
org.nuxeo.ecm.platform.content.template.service.ContentTemplateService.defaultContrib
inside nuxeo-platform-content-template-manager-7.10.jar /OSGI-INF/content-template-contrib.xml
This contribution is part of XML component Extension Point
Extension point factory of component ContentTemplateService.Contributed Items
XML Source
<extension point="factory" target="org.nuxeo.ecm.platform.content.template.service.ContentTemplateService">
<contentFactory class="org.nuxeo.ecm.platform.content.template.factories.SimpleTemplateBasedFactory" name="SimpleTemplateFactory"/>
<contentFactory class="org.nuxeo.ecm.platform.content.template.factories.SimpleTemplateBasedRootFactory" name="SimpleTemplateRootFactory"/>
<contentFactory class="org.nuxeo.ecm.platform.content.template.factories.ImportBasedFactory" name="ImportFactory"/>
</extension>